-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added FastPT bias model #50
base: master
Are you sure you want to change the base?
Conversation
Thanks for doing this. A very quick look at the code looks good. Do you have any validation plots showing the different terms are recovered correctly? There are some fast-pt examples here: We could for example do an np.allclose against the data from the figure at Out[11] in that notebook? |
Good idea, will do that! |
Codecov Report
@@ Coverage Diff @@
## master #50 +/- ##
==========================================
+ Coverage 67.34% 68.56% +1.21%
==========================================
Files 29 29
Lines 1666 1740 +74
==========================================
+ Hits 1122 1193 +71
- Misses 544 547 +3
|
No description provided.